widget: Compare proper adjusted size to new size when allocating
authorTimm Bäder <mail@baedert.org>
Wed, 22 Jul 2020 05:10:59 +0000 (07:10 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 28 Jul 2020 03:34:11 +0000 (05:34 +0200)
commitf4d9e4032fe1157dd90b6c2b462246c2c16a1ec6
treee8d9043f3a368bc798464fa8504bd6532fedd785
parentfcf502a6869d083d09f6b7a95119d7f031c1d4e8
widget: Compare proper adjusted size to new size when allocating

We were comparing first but then still modifying the adjusted size later
on, leading to unnecessary resizes.
gtk/gtkwidget.c